From: Henrik Enberg Date: Wed, 25 Apr 2007 23:02:49 +0000 (+0000) Subject: (rmail-highlight): New face. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~11 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3b930cd85d51715003609014e734c2a95a51b238;p=emacs.git (rmail-highlight): New face. (rmail-highlight-face): Use it. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 7c3a560c306..0d6d545fd6a 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -325,8 +325,14 @@ See also `rmail-highlight-face'." :type 'regexp :group 'rmail-headers) +(defface rmail-highlight + '((t :default highlight)) + "Face to use for highlighting the most important header fields." + :group 'rmail-headers + :version "22.1") + ;;;###autoload -(defcustom rmail-highlight-face 'bold "\ +(defcustom rmail-highlight-face 'rmail-highlight "\ *Face used by Rmail for highlighting sender and subject. See `rmail-font-lock-keywords'." :type '(choice (const :tag "Default" nil)